
/* ç§»åŠ¨ç«¯ headeréƒ¨åˆ† */
@media screen and (max-width: 1180px) {
    .header-web {
        display: none;
    }

    .header-m {
        display: block;
    }
    /* .header-m {
         display: none;

     }*/

    .nav-m {
        display: none;
        width: 100%;
    }
    .h-iPhone{
        width: 40px;
        height: 40px;
        float: right;
        margin-right: 2%;
        margin-top: 13px;
        background: url('../img/iPhone.png') no-repeat;
        background-size: 100% 100%;
        z-index: 999;
    }
    .h-qq{
        width: 40px;
        height: 40px;
        float: right;
        margin-right: 8%;
        margin-top: 13px;
        background: url('../img/qq.png') no-repeat;
        background-size: 100% 100%;
        z-index: 998;
    }
    .h-left {
        width: 19px;
        height: 100%;
        position: relative;
        float: right;
        right: 15px;
    }

    .h-left b {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url('../img/zk.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

  /*  .h-left b::before,
    .h-left b:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        position: absolute;
        background: red;
    }

    .h-left b::before {
        top: 0;
    }

    .h-left b::after {
        bottom: 0;
    }

    .h-left em {
        position: absolute;
        width: 100%;
        height: 1px;
        background: red;
        top: 7px;
    }*/

    .h-center {
        width: 138px;
        height: 51px;
        background: url('../img/logo22.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-50%, -50%);
    }

    .nav-m {
        position: absolute;
        width: 100%;
        top: 64px;
        left: 0;
        background: rgba(0, 0, 0, .8);
        z-index: 10;
    }

    .nav-m a {
        display: block;
        width: 86%;
        height: 50px;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-align: center;
        margin: 0 auto;
    }

    .nav-m a+a {
        border-top: 1px solid #ccc;
    }
}


/* ç§»åŠ¨ç«¯headerç»“æŸ */